gh-142440: apply context to x, not v, in _decimal_Context_apply_impl#142441
Conversation
…_impl V is not even defined here.
skirpichev
left a comment
There was a problem hiding this comment.
Thanks, that's a typo, introduced by ef4dd1d.
|
Any update on this? |
|
Thanks @AZero13 for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
|
Sorry, @AZero13 and @serhiy-storchaka, I could not cleanly backport this to |
…ITY (pythonGH-142441) There was a typo in _decimal.Context.apply().
|
Hi everyone, I ran into a compile error near the changes in this PR. I think the issue goes beyond a typo: the wrapper is calling the wrong function. It should call After making that change, I was able to build successfully and run the decimal tests. @skirpichev @serhiy-storchaka Would this fix be acceptable? If so, I’m happy to open a PR. Thanks! update: I have opened a PR #152871, please have a look, thanks |
V is not even defined here.